onEdgeDragStarted

open fun onEdgeDragStarted(edgeFlags: Int, pointerId: Int)(source)

Called when the user has started a deliberate drag away from one of the subscribed edges in the parent view while no child view is currently captured.

Parameters

edgeFlags

A combination of edge flags describing the edge(s) dragged

pointerId

ID of the pointer touching the described edge(s)

See also